`;
gmfr.trigger('add.owl.carousel', [$(newItem), index + 0]).trigger('refresh.owl.carousel');
});
gmfr.find("a").on("click", function (e) {
var _this = $(this);
var target = _this.attr("href");
if (target.startsWith("/")) {
e.preventDefault();
window.location.href = target;
}
});
// Add the new HTML below the .game-front-menu
var additionalContent = `
`;
// Append the additional content after .game-front-menu
$('.game-front-menu').after(additionalContent);
});